1bashThis demonstrates using the du command to display disk usage in a human-readable format.du --human-readableexternal toolsdudisk usagehuman-readable format
2bashThis demonstrates using the du command to display the disk usage of the current directory without traversing subdirectories.du -d 0external toolsdudisk usagetop-level directory usage